From: Richard M. Stallman Date: Thu, 7 Aug 1997 18:54:49 +0000 (+0000) Subject: (term-default-fg-color): X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~79855 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=81f9cf5226a6c9dfd26cf83a0166e766c832b7c0;p=emacs.git (term-default-fg-color): (term-default-bg-color): Default to nil. --- diff --git a/lisp/term.el b/lisp/term.el index b7930b704e7..141f874c285 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -696,8 +696,8 @@ Buffer local variable.") (progn ,@body) (error nil))) -(defvar term-default-fg-color "SkyBlue") -(defvar term-default-bg-color "LightBlue") +(defvar term-default-fg-color nil) +(defvar term-default-bg-color nil) (when (fboundp 'make-face) ;;; --- Simple faces ---